projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56830a
)
Unbreak compilation with CHECK_STRUCTS defined.
author
Philipp Stephani
<phst@google.com>
Sun, 31 May 2020 17:50:04 +0000
(19:50 +0200)
committer
Philipp Stephani
<phst@google.com>
Sun, 31 May 2020 17:50:04 +0000
(19:50 +0200)
* src/pdumper.c (dump_float): Update hash value after commit
9f7bfb6cb06f1480a0904184cabf187e03628e55
. The struct layout is still
compatible.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index bac6900cd1ae93fceef5ebf79c7cca681a40a8b1..7f6876666be063268e09d8d03a63be6655dad0da 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2239,7
+2239,7
@@
dump_bignum (struct dump_context *ctx, Lisp_Object object)
static dump_off
dump_float (struct dump_context *ctx, const struct Lisp_Float *lfloat)
{
-#if CHECK_STRUCTS && !defined (HASH_Lisp_Float_
50A7B216D9
)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Float_
7E7D284C02
)
# error "Lisp_Float changed. See CHECK_STRUCTS comment in config.h."
#endif
eassert (ctx->header.cold_start);